home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 411_02 / vim / src / proto / term.pro < prev    next >
Encoding:
Text File  |  1993-12-13  |  872 b   |  24 lines

  1. /* term.c */
  2. void set_term __PARMS((char *term));
  3. char *tgoto __PARMS((char *cm, int x, int y));
  4. void termcapinit __PARMS((char *term));
  5. void flushbuf __PARMS((void));
  6. void outchar __PARMS((unsigned int c));
  7. void outstrn __PARMS((char *s));
  8. void outstr __PARMS((char *s));
  9. void windgoto __PARMS((int row, int col));
  10. void setcursor __PARMS((void));
  11. void ttest __PARMS((int pairs));
  12. int inchar __PARMS((char *buf, int maxlen, int time));
  13. int check_termcode __PARMS((char *buf));
  14. void outnum __PARMS((long n));
  15. int outnuml __PARMS((long n));
  16. void check_winsize __PARMS((void));
  17. void set_winsize __PARMS((int width, int height, int mustset));
  18. void set_winheight __PARMS((int height));
  19. void settmode __PARMS((int raw));
  20. void starttermcap __PARMS((void));
  21. void stoptermcap __PARMS((void));
  22. void cursor_on __PARMS((void));
  23. void cursor_off __PARMS((void));
  24.